home *** CD-ROM | disk | FTP | other *** search
/ Interactive Web Graphics with Shout 3D / Interactive Web Graphics With Shout 3D.iso / mac / Code / Chapter09 / StartStopApplet.java < prev    next >
Text File  |  2000-07-07  |  195b  |  13 lines

  1.  
  2.  
  3. package applets;
  4. import  shout3d.*;
  5.  
  6. public class StartStopApplet extends Shout3DApplet {
  7.  
  8.  
  9.     public void initShout3DPanel(){
  10.         panel = new StartStopPanel(this);
  11.     }
  12.     
  13. }//end of class